home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Carousel Volume 2 #1
/
carousel.iso
/
mactosh
/
appl
/
scihelpe.sit
/
example procedure
< prev
next >
Wrap
Text File
|
1986-01-13
|
585b
|
27 lines
label example
prompt 'Hi there, Im Scientists Helper, a Scientific Data Manipulator'
prompt 'please arrange the command and graphics windows'
input junk 'so that they dont overlap, and hit return'
delete variable junk
allocate 128 2
samp .025
start -1.6
interpolated true
cmath 1 #/ 1 = 2
cfunction sin 2 2
clear
scale 1 2
axes
plot 1 2
plot 1 2 stars
label loop
cursor 'please select a point on the graph and click the mouse'
prompt 'that point had coordinates ' @xpos ' and ' @ypos
input answer 'pick another point ? y or n'
if @answer s= y
goto loop
delete variable answer
return